Skip to content

Commit

Permalink
Adding update, append and delete asv benchmarks
Browse files Browse the repository at this point in the history
- Added under the ModificationFunctions asv group
- Will be useful to monitor for regressions in these commonly used
  functions
  • Loading branch information
IvoDD committed Mar 19, 2024
1 parent 75b14e1 commit 89aceb7
Show file tree
Hide file tree
Showing 4 changed files with 1,282 additions and 29 deletions.
2 changes: 1 addition & 1 deletion asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

// List of branches to benchmark. If not provided, defaults to "master"
// (for git) or "default" (for mercurial).
"branches": ["master"], // for git
"branches": ["add-modification-asv-benchmarks"], // for git
// "branches": ["default"], // for mercurial

// The DVCS being used. If not set, it will be automatically
Expand Down
Loading

0 comments on commit 89aceb7

Please sign in to comment.