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

chore: fix benchmark script #37

Merged
merged 1 commit into from
Jan 19, 2024
Merged

chore: fix benchmark script #37

merged 1 commit into from
Jan 19, 2024

Conversation

EvanHahn
Copy link
Contributor

Before this change, benchmarks/multi-core-indexer.js failed because it was trying to call a function that was removed. This re-adds that function so the benchmark script works.

Before this change, `benchmarks/multi-core-indexer.js` failed because it
was trying to call a function that was removed. This re-adds that
function so the benchmark script works.
@gmaclennan
Copy link
Member

Before this change, benchmarks/multi-core-indexer.js failed because it was trying to call a function that was removed. This re-adds that function so the benchmark script works.

I think throttled idle is no longer needed since some changes I made, which is why I removed it from tests. No harm in keeping it for the benchmarks though

@EvanHahn
Copy link
Contributor Author

I'll merge for now. Maybe we can remove throttledIdle in the future.

@EvanHahn EvanHahn merged commit 2d2be45 into main Jan 19, 2024
3 checks passed
@EvanHahn EvanHahn deleted the fix-benchmark branch January 19, 2024 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants