-
Notifications
You must be signed in to change notification settings - Fork 3
Benchmarking and Core Logic Updates #26
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
Merged
Merged
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
1e52e75
Updated function name
luis-gasparschroeder 5470f97
Simplified benchmark implementation
luis-gasparschroeder a78b2bb
Refactoring benchmark
luis-gasparschroeder f5cad74
Continue refactoring benchmark
luis-gasparschroeder 671268d
Continue refactoring benchmark
luis-gasparschroeder 8edeeb7
Fixed indexing
luis-gasparschroeder a985b21
Improved plots
luis-gasparschroeder 3f95236
Fixed indexing
luis-gasparschroeder 2b013d6
Fixed function header
luis-gasparschroeder a8497db
Added new metrics
luis-gasparschroeder 7d025d7
Unified common stats functions
luis-gasparschroeder bd2c900
Unified common stats functions in plot functions
luis-gasparschroeder a5e462d
Removed legacy code
luis-gasparschroeder 8ebfe3f
Fix div by zero
luis-gasparschroeder 60707f5
Fixed tp,fp,tn,fn computation and removed async
luis-gasparschroeder 3ab40d5
Added cache hit counter
luis-gasparschroeder b7e3389
Optimizations and optimizations
luis-gasparschroeder d0ea8e7
Included fisher conf approx
luis-gasparschroeder 077b061
Benchmark unification
luis-gasparschroeder 5eb7dad
Merged
luis-gasparschroeder a955018
Simplified
luis-gasparschroeder 50f1779
Implemented bootstrap-based variance
luis-gasparschroeder cb35c07
Added delta method
luis-gasparschroeder 2174ae5
Added variance map and delta
luis-gasparschroeder 046e4c1
Works
luis-gasparschroeder 0bf72d5
Cleaned code
luis-gasparschroeder 8a2db86
Added global logic
luis-gasparschroeder a89d86b
Added path checks to avoid re-computation
luis-gasparschroeder 0b6c4aa
Implemented plots
luis-gasparschroeder 05d2b4c
Fixed epsilon grid
luis-gasparschroeder 24a54ec
Cleaned code
luis-gasparschroeder 38307e7
Updated plots
luis-gasparschroeder 39440b7
Merge branch 'master' into lgs/benchmarking-baselines
luis-gasparschroeder dbf346d
Added baseline
luis-gasparschroeder 6f6c9ca
Implemented benchmark logic
luis-gasparschroeder 3158f88
Simplified benchmark
luis-gasparschroeder a55e288
Simplified benchmark
luis-gasparschroeder ff8964b
Fixed linting errors
luis-gasparschroeder e994c58
Fixed duplicate
luis-gasparschroeder 69db521
Updated lock file
luis-gasparschroeder fd3be7a
Added comments
luis-gasparschroeder File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you can just use
range(len(vectorq_local_latencies))instead