Commit Graph

18 Commits

Author SHA1 Message Date
36851cc8d8 chore: fix codspeed build (#14588) 2025-02-19 14:41:08 +00:00
a4f86b0e2d feat: set up codspeed (#13372) 2024-12-20 11:21:51 +00:00
27ed81317f ci: re-enable hive tests (#9240) 2024-07-04 10:15:21 +00:00
1557b7b570 ci: fix no_std script (#8938) 2024-06-18 17:40:14 +00:00
5f998f704c feat: no_std CI integration (#8871) 2024-06-17 21:49:21 +00:00
eabd0220c6 feat: support short issue links in label workflow (#7814) 2024-04-23 12:24:58 +00:00
e3c5664788 ci: stop github from fighting us over labels (#7754) 2024-04-19 16:42:14 +00:00
fc4bb53f9d fix: check if regexp match is null in label-pr script (#7654)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
2024-04-15 23:31:06 +02:00
288b7fb37b ci: automatically set pr labels upon open (#7613) 2024-04-15 11:45:03 +00:00
69355affb8 ci: fix iai job (#7544) 2024-04-10 18:50:41 +00:00
e57ad4a302 chore(deps): weekly cargo update (#5297)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
2023-11-05 12:55:17 +00:00
6e0cf0f33a ci: chores (#5280) 2023-11-04 23:22:27 +00:00
572a41eafb chore: rm lcov support (#5159) 2023-10-24 14:32:25 +00:00
d676170f84 ci: various speed optimizations (#2867) 2023-05-29 12:47:49 +00:00
cc43b72835 chore(db): microbenchmarking for table serialization and db insertion (#513)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-01-30 20:08:51 -08:00
ed4213fdff ci: speed up fuzz tests (#544)
* ci: run fuzz tests in matrix

* ci: fail if fuzzing fails

* ci: rename fuzz step

* ci: clean up env

* ci: fix fuzz test target matching

* ci: prebuild fuzz corpus

* ci: collect coverage while running tests

Instead of running tests twice, we can just run them
once while collecting coverage data.

* ci: temporarily disable `reth-eth-wire` fuzzing

* ci: collect fuzz coverage data

* ci: fix fuzz coverage collection

* ci: re-enable `reth-eth-wire`
2022-12-20 22:18:53 +01:00
7c2ee1ba3a ci: fix fuzz tests (#243)
* ci: fix fuzz tests

* ci: move fuzz to own job

* ci: improve fuzz job speed
2022-11-23 21:22:10 +01:00
027fc2bbf2 feat(db): derive Compact codec (#177) 2022-11-22 20:46:45 -08:00