Skip to content

Instantly share code, notes, and snippets.

@kitroed
kitroed / benchmark_api_test_post_cinebench.sh
Last active October 4, 2016 04:57
benchmark_api_test_post
curl -X POST -H "Content-Type: application/json" -u brian:password -d '{"cpu_cb": 115}' "http://localhost:5000/api/v1.0/revisions/6/cinebenchr15results"
curl -X POST -H "Content-Type: application/json" -u ben:password -d '{"cpu_cb": 238,"opengl_fps":45.07}' "http://localhost:5000/api/v1.0/revisions/50/cinebenchr15results"
curl -X POST -H "Content-Type: application/json" -u kit:password -d '{"cpu_cb": 609,"opengl_fps":130.19}' "http://localhost:5000/api/v1.0/revisions/53/cinebenchr15results"
curl -X POST -H "Content-Type: application/json" -u kit:password -d '{"cpu_cb": 613,"opengl_fps":133.04}' "http://localhost:5000/api/v1.0/revisions/54/cinebenchr15results"
curl -X POST -H "Content-Type: application/json" -u kit:password -d '{"cpu_cb": 535,"opengl_fps":118.68}' "http://localhost:5000/api/v1.0/revisions/55/cinebenchr15results"
curl -X POST -H "Content-Type: application/json" -u jerry:password -d '{"cpu_cb": 812,"opengl_fps":149.42}' "http://localhost:5000/api/v1.0/revisions/56/cinebenchr15results"
curl -X PO
@kitroed
kitroed / introrx.md
Created October 30, 2017 20:04 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
@kitroed
kitroed / ffmpeg.md
Created April 25, 2021 04:47 — forked from steven2358/ffmpeg.md
FFmpeg cheat sheet