Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The scenario table takes up too much memory #2528

Open
idore opened this issue Apr 26, 2024 · 1 comment
Open

The scenario table takes up too much memory #2528

idore opened this issue Apr 26, 2024 · 1 comment

Comments

@idore
Copy link

idore commented Apr 26, 2024

Describe the bug

step("hi", function() {
  console.log("hi");
});
# test
## test 1
table:specs/5000.csv
* hi 

The file specs/5000.csv is a csv file with 5000 lines.

num
1
2
...
5000

After executing this specification, the final memory usage reaches 11GBytes; of which gauge is 6G and html-report is 5G.

To Reproduce
Steps (or project) to reproduce the behavior:

  1. Initialise a gauge project
  2. Run the gauge command
  3. See error
$ gauge init js
$ gauge run specs

image

image

Logs

Paste any log or error messages here

Expected behavior
A clear and concise description of what you expect to happen.

Screenshots
If applicable, add screenshots to help explain your problem.
image

Versions:

gauge -v

Windows 10
Gauge version: 1.4.3
Plugins

go (0.2.0)
html-report (4.1.2)
js (4.0.0)
screenshot (0.1.0)

Additional context
Add any other context about the problem here.

@idore
Copy link
Author

idore commented Apr 27, 2024

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant