-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (pytest) benchmark result for 538b47a5407f2cc3f0bd06193…
…b5fa181ab20b772
- Loading branch information
github-action-benchmark
committed
Jul 8, 2024
1 parent
dc49f86
commit 4f158ff
Showing
1 changed file
with
32 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1720447731264, | ||
"lastUpdate": 1720447936157, | ||
"repoUrl": "https://github.com/nuclia/nucliadb", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -82108,6 +82108,37 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 319.4084167480469 usec\nrounds: 5" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Joan Antoni RE", | ||
"username": "jotare" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "538b47a5407f2cc3f0bd06193b5fa181ab20b772", | ||
"message": "Vectorsets everywhere (#2287)\n\n* Remove default vectorset from indexes by default\r\n\r\n* Move functions to the end of the file\r\n\r\n* v2 of ShardWriter new to create with multiple vectorsets\r\n\r\n* Add vectorsets_config to NewShardRequest\r\n\r\n* Shard creation with multiple vectorsets\r\n\r\n* Use shard writer creation with payload, no metadata (in cache)\r\n\r\n* ShardWriter::new uses NewShard payload\r\n\r\n* KnowledgeBox.create get's a driver instead of an open txn\r\n\r\n* Force passing argument names to kb create\r\n\r\n* Explicitly pass used config fields in KB creation\r\n\r\n* Add datamanar function to set kbid for slug\r\n\r\n* KB create returns kbid and slug\r\n\r\n* Reorganize KB create internals\r\n\r\n* Implement new knowledgebox v2\r\n\r\n* Fix PR suggestions\r\n\r\n* Fix fixture\r\n\r\n* Fix mocked call in test\r\n\r\n* Fix unit tests for NewKnowledgeBox\r\n\r\n* Add unit tests for new knowledgebox v2\r\n\r\n* Rename kb_slug to slug in new kb v2\r\n\r\n* Fix typing after rebase\r\n\r\n* Add more KB tests to ORM and remove duplicated from servicer\r\n\r\n* Better error logging\r\n\r\n* Simplify Bw/c semantic_model(s) checks\r\n\r\n* try-except rollback operations\r\n\r\n* Fix KB existence validation on creation\r\n\r\n* Pass driver instead of txn in KB deletion\r\n\r\n* Fix test\r\n\r\n* More clear kbid and slug needs", | ||
"timestamp": "2024-07-08T15:52:10+02:00", | ||
"tree_id": "d7e886a30ac5342c1f07aa9293783dc25d24ff7a", | ||
"url": "https://github.com/nuclia/nucliadb/commit/538b47a5407f2cc3f0bd06193b5fa181ab20b772" | ||
}, | ||
"date": 1720447930003, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "tests/search/unit/search/test_fetch.py::test_highligh_error", | ||
"value": 3009.7673289827626, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.000004861734290324508", | ||
"extra": "mean: 332.25159645080566 usec\nrounds: 5" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|