Henrik Ingo
9c170b6ed3
rust_perf.yml. Re-enable benchmarks (make bench)
2025-02-27 02:00:06 +02:00
Henrik Ingo
e6ca5b60b4
rust_perf.yml: Remove duplicate lines from merge conflict
2025-02-27 01:56:36 +02:00
Pekka Enberg
ddee76e0fd
Merge 'Enable Nyrkiö on PRs and clickbench' from Henrik Ingo
...
- Rename push_only.yml workflow to rust_perf.yml
- Move the 'bench' task from rust.yml to rust_perf.yml
- More Nyrkio configuration options exposed:
Team support (everyone in gh/tursodatabase can access Nyrkiö)
Public results
Alerting options: Comment on PR, if change detected, don't fail task
- Add Nyrkio also to analyse results from the clickbench task
Closes #959
2025-02-26 17:37:39 +02:00
Pekka Enberg
92d19e95e7
Attempt to fix stale bot not to close issues
2025-02-24 17:22:20 +02:00
Henrik Ingo
811b6df64d
Add Nyrkiö to the new clickbench task
2025-02-18 20:46:20 +02:00
Henrik Ingo
633a56749a
Enable Nyrkiö also on PRs. (Non-blocking mode.)
...
- Rename push_only.yml workflow to rust_perf.yml
- Move the 'bench' task from rust.yml to rust_perf.yml
- More Nyrkio configuration options exposed:
Team support (everyone in gh/tursodatabase can access Nyrkiö)
Public results
Alerting options: Comment on PR, if change detected, don't fail task
2025-02-18 20:40:42 +02:00
Henrik Ingo
49a4d45c92
mv push_only.yml to another name in anticipation of adding PRs
2025-02-18 20:38:15 +02:00
Henrik Ingo
32e73d7fb5
Nyrkiö: Analyze limbo and sqlite3 clickbench results separately
2025-02-18 20:34:23 +02:00
Pekka Enberg
c983888d33
Revert "Merge 'build: Update cargo-dist to latest' from Pekka Enberg"
...
This reverts commit 248a369afc , reversing
changes made to e464f99234 . This is an
attempt to fix release process.
2025-02-18 19:06:36 +02:00
Henrik Ingo
ff38d93d3e
fix yml
2025-02-18 04:54:59 +02:00
Henrik Ingo
24839e6f01
Add Nyrkiö to the new clickbench task
2025-02-18 02:36:39 +02:00
Henrik Ingo
cf971cb6c2
Maybe better to turn on never-fail immediately
...
This allows PRs to succeed regardless of who submitted them. Feels
friendlier that way.
2025-02-18 02:36:33 +02:00
Henrik Ingo
b356a84d69
Enable Nyrkiö also on PRs. (Non-blocking mode.)
...
- Rename push_only.yml workflow to rust_perf.yml
- Move the 'bench' task from rust.yml to rust_perf.yml
- More Nyrkio configuration options exposed:
Team support (everyone in gh/tursodatabase can access Nyrkiö)
Public results
Alerting options: Comment on PR, if change detected, don't fail task
2025-02-18 02:35:20 +02:00
Henrik Ingo
a79e75094f
Rename the push_only.yml workflow in anticipation of adding PRs
2025-02-18 02:32:14 +02:00
Henrik Ingo
ba479c892f
fix yml
2025-02-18 02:24:23 +02:00
Henrik Ingo
ca24400985
Without org
2025-02-18 02:21:45 +02:00
Henrik Ingo
83a7e2ec72
Add a sample cargo outputfile to use for faster testing
2025-02-18 02:21:41 +02:00
Henrik Ingo
4ae4706d34
Workflow: Use nyrkio-org
2025-02-18 02:19:48 +02:00
Henrik Ingo
3ff548b8c5
Add explicitly all alerting options to workflow yml
...
Set pvalue and threshold from workflow
2025-02-18 02:10:41 +02:00
Henrik Ingo
3ab99760d2
Enable Nyrkiö also for PR
2025-02-18 02:10:40 +02:00
Henrik Ingo
cdc7f0f3e9
mv push_only.yml to another name in anticipation of adding PRs
2025-02-18 02:10:40 +02:00
Henrik Ingo
ebac4dd875
test non-org path
2025-02-18 02:10:40 +02:00
Henrik Ingo
6c674cf452
Use staging.nyrkio.com
2025-02-18 02:10:20 +02:00
Henrik Ingo
519d4c48bb
Use GH action from henrikingo
2025-02-18 02:10:20 +02:00
Jussi Saurio
01f51a4c20
Merge 'Fix math binary' from Nikita Sivukhin
...
Fix codegen for binary functions and add fuzz test for math functions
(we need to compile `rusqlite` with `-DSQLITE_ENABLE_MATH_FUNCTIONS` in
order to bundle sqlite with math functions compiled)
Reviewed-by: Jussi Saurio (@jussisaurio)
Closes #1015
2025-02-15 18:17:08 +02:00
Nikita Sivukhin
7fa6ff9bb3
reset rust caches in the CI
2025-02-15 14:57:59 +04:00
Nikita Sivukhin
32ec8f64d5
move .config to the top level in order to have rusqlite dep built identically across multiple projects
2025-02-15 14:54:19 +04:00
Nikita Sivukhin
ac263fa5a8
reset rust caches in the CI
2025-02-15 14:42:03 +04:00
Jussi Saurio
e8c0717f5b
Add modified clickbench script to repo + CI
2025-02-15 11:48:06 +02:00
Pekka Enberg
d63be7492d
build: Update cargo-dist to latest
2025-02-12 17:30:02 +02:00
Pekka Enberg
e464f99234
Revert "github: Update to "ubuntu-22.04" image"
...
This reverts commit bb8ab4088b . We need `cargo-dist` to do this...
2025-02-12 17:20:33 +02:00
Pekka Enberg
a8a22e412c
github: Add timeout to compatibility tests
...
...one job was running non-stop for an hour, which is clearly not right.
2025-02-12 09:56:39 +02:00
Pekka Enberg
bb8ab4088b
github: Update to "ubuntu-22.04" image
...
Github is removing support for "ubuntu-20.04" soon so let's migrate to a
newer version.
2025-02-12 08:57:30 +02:00
Pekka Enberg
1817b75d9b
github: Fix Python release workflow
...
We need to switch to `download-artifact@v4` because v3 is dead...
2025-02-04 15:55:19 +02:00
김선우
45e0e86516
Remove labeler 😥
2025-02-02 00:04:49 +09:00
Pekka Enberg
a3ecc69bbb
github: Configure labeler workflow environment
...
This fix was suggested by @seonWKim.
2025-02-01 09:22:17 +02:00
Pekka Enberg
3398252ca0
github: Use only Python 3.13 for pull request runs
...
...speeds up PR cycle time by not running on all the possible Python
configurations all the time.
2025-01-31 11:31:04 +02:00
Pekka Enberg
de45ca82e4
github: Switch labeler to use GH_TOKEN
...
GITHUB_TOKEN is restricted to read-only by organization rules.
2025-01-31 08:42:24 +02:00
김선우
0101946d67
Fix configuration file
2025-01-30 08:01:50 +09:00
김선우
0c2b774714
Add spare-checkout
...
- Related issue: https://github.com/actions/labeler/issues/814#issuecomment-2478374811
2025-01-30 08:01:44 +09:00
김선우
79da888c45
Fix labeler.yml
2025-01-30 07:38:58 +09:00
Pekka Enberg
ffb692b4a1
github: Configure a single Github actions token
2025-01-29 19:49:39 +02:00
김선우
4e4d7b2805
Add labeler
2025-01-29 20:50:00 +09:00
PThorpe92
bf6b80edab
Continue progress go database/sql driver, add tests and CI
2025-01-28 11:24:57 -05:00
Henrik Ingo
c354219675
Add Nyrkiö change point detection to 'cargo bench' workflow
...
This adds a separate push-only.yml workflow. For now pull request
API wasn't integrated yet, so shouldn't run on PRs.
disable cargo color
2025-01-21 03:03:27 +02:00
Pekka Enberg
876788588b
github: Fix Python release workflow
2025-01-19 13:42:00 +02:00
Pekka Enberg
f550ee5f11
github: Switch to upload-artifact v4
...
The current version is getting deprecated:
https://github.blog/news-insights/product-news/get-started-with-v4-of-github-actions-artifacts/
2025-01-17 11:44:34 +02:00
Jorge Hermo
fe30a7b505
chore: include limbo-wasm in clippy checks
2025-01-15 23:39:45 +01:00
Jorge Hermo
c6b9b0c9a1
chore: update clippy ci command
2025-01-15 23:25:04 +01:00
Jorge Hermo
15f7928551
chore: enable all features in clippy ci and fix more clippy lints
2025-01-15 23:23:12 +01:00