Skip to content
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

add: api to get migrations #179

Merged
merged 3 commits into from
Oct 8, 2023
Merged

add: api to get migrations #179

merged 3 commits into from
Oct 8, 2023

Conversation

geofmureithi
Copy link
Owner

Attempts to close #177

@github-actions
Copy link

github-actions bot commented Oct 5, 2023

Benchmark for 279db2c

Click to view benchmark
Test Base PR %
mysql/consume/1000 4.7±0.11s 4.6±0.08s -2.13%
mysql/push/1000 2.0±0.06s 2.2±0.10s +10.00%
postgres/consume/1000 1363.3±50.85ms 1275.5±68.84ms -6.44%
postgres/push/1000 802.0±27.68ms 766.0±18.23ms -4.49%
redis/consume/1000 551.8±0.22ms 551.8±0.28ms 0.00%
redis/push/1000 238.4±8.71ms 225.7±20.38ms -5.33%
sqlite_in_memory/consume/1000 999.5±33.37ms 995.1±16.13ms -0.44%
sqlite_in_memory/push/1000 89.6±9.27ms 76.0±5.76ms -15.18%

@github-actions
Copy link

github-actions bot commented Oct 8, 2023

Benchmark for 3812bc0

Click to view benchmark
Test Base PR %
mysql/consume/1000 2.8±0.05s 2.9±0.06s +3.57%
mysql/push/1000 1220.5±24.49ms 1256.3±23.82ms +2.93%
postgres/consume/1000 805.9±36.18ms 790.8±31.61ms -1.87%
postgres/push/1000 454.9±12.09ms 454.2±8.01ms -0.15%
redis/consume/1000 551.8±0.27ms 551.6±0.24ms -0.04%
redis/push/1000 122.4±6.89ms 121.2±7.24ms -0.98%
sqlite_in_memory/consume/1000 1000.2±40.65ms 1000.3±33.25ms +0.01%
sqlite_in_memory/push/1000 56.8±2.25ms 56.0±1.57ms -1.41%

@github-actions
Copy link

github-actions bot commented Oct 8, 2023

Benchmark for 7c43c2b

Click to view benchmark
Test Base PR %
mysql/consume/1000 3.0±0.08s 3.1±0.07s +3.33%
mysql/push/1000 1403.6±57.22ms 1408.9±37.26ms +0.38%
postgres/consume/1000 798.1±34.54ms 816.8±42.65ms +2.34%
postgres/push/1000 482.2±17.62ms 490.1±8.66ms +1.64%
redis/consume/1000 551.7±0.41ms 551.9±0.34ms +0.04%
redis/push/1000 123.7±6.18ms 124.3±4.62ms +0.49%
sqlite_in_memory/consume/1000 1000.2±0.13ms 1000.1±33.21ms -0.01%
sqlite_in_memory/push/1000 57.2±0.76ms 57.5±2.29ms +0.52%

@geofmureithi geofmureithi merged commit b77b48f into master Oct 8, 2023
8 checks passed
@geofmureithi geofmureithi deleted the chore/expose-migrations branch October 8, 2023 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Postgres storage conflicts if already using sqlx
1 participant