Offline benchmark, four systems, five runs
Computer science poster
A computer science poster for a systems benchmark needs three things on the board: how the test set was made, what hardware ran it, and the cost of the win beside the win. This A0 landscape example shows a learned index benchmark with its data flow reconciling from 48,000 raw queries to 8,960 evaluated, and the 38 percent insert penalty printed in results.
The whole board
The poster at full size, exactly as it prints. Every number, citation and caption on it was written for this example, so the layout is being judged on real content.
Block by block
What each block on the board is for, in the order a reader walks it.
- Title band and authors
- The title states the result with its condition: a learned range index cuts p95 lookup latency by 37 percent against a B-tree at equal memory. The industry partner whose logs supplied the queries is the second affiliation, and the QR code links the code and query set.
- Abstract and introduction
- The abstract leads with what makes this benchmark different, real queries rather than synthetic keys, and prints the headline numbers with their cost. The introduction reports that range lookups are almost two thirds of index time in this service, which is the fact that justifies the whole study.
- Methods: data, split, hardware, runs
- Five protocol entries pin down reproducibility: the one week log and its cleaning, the 80 20 split by query hash so repeats cannot leak, the machine, 16 cores, 64 GB, NVMe, single threaded, the five runs with median of p95 reported, and the three baselines tuned as in production.
- Data flow
- The six node flow shows the test set being made: 48,000 raw queries, 3,200 removed in the aside as 2,140 duplicates and 1,060 malformed, 44,800 clean, splitting to 35,840 train and 8,960 test, all 8,960 evaluated. Reviewers ask how the split was made before they ask anything else.
- p95 latency (Figure 1)
- Four bars, one per system, same unit: 412, 388, 351 and 259 microseconds. The chart holds one metric only; memory and insert throughput stay in the text. On a dark showcase layout a single bright chart reads from across a demo floor, which is what this layout is for.
- Results and the key number
- The results block prints the arithmetic, 259 over 412 is 0.63, the p99 follow up where the lead holds at 341 against 583, and the honest boundary: on short point like ranges the four systems sit within 15 percent of each other. The stat block carries -37 percent with its denominators.
- Discussion
- Three stated boundaries: one dataset, single threaded, read heavy by construction. The insert penalty gets the discussion sentence it deserves, since it disqualifies write heavy tables, and the deployment plan follows the evidence, learned index on the read replica path only.
- Conclusion points and references
- Four bullets: the p95 numbers, the memory comparison, the insert penalty with its consequence, and the code link. The three references are invented for this fictional study, because the reference block is required on this layout; on your board, replace them with your sources.
- How to adapt this board
- Put your own systems as the bars and keep one metric per chart, with the others as sentences. Use the flow for your dataset pipeline, itemising what was removed and why, and print the trade off beside the headline, because a benchmark poster that hides its cost gets exactly one question at the stand.
What makes this board work
The split is a diagram
The six node flow shows 48,000 raw queries becoming 35,840 train and 8,960 test, with the 3,200 removals itemised in the aside. How the test set was made is the first reviewer question, answered before it is asked.
The cost is printed
Insert throughput 38 percent below the B-tree sits in the results block and again in the conclusion points, which converts the poster from advocacy into engineering.
One metric per chart
The single figure carries p95 only, 412 down to 259 microseconds, while memory and p99 live in the text, so the chart makes one comparison cleanly instead of three badly.
Questions people ask
What goes on a computer science poster?
The problem, the dataset and how it was split, the hardware, the baselines, one chart of the headline metric, the trade off, and a link to code. This board spends a whole block on the data flow because in systems work the benchmark is only as credible as its test set.
Can the flow block show a data pipeline?
Yes. The flow is six labelled boxes with counts and one aside, and nothing about it is specific to clinical trials. This board uses it for raw queries through cleaning to a train test split, and the same shape fits a scraping pipeline, an ETL job or a labelling workflow.
Which chart kind for latency comparisons?
Vertical bars, one per system, one unit, ordered however your argument reads best. The figure slot offers ten chart kinds, and the discipline that matters is refusing to mix metrics on one chart; this board keeps memory and insert throughput as sentences beside the single p95 chart.
Should I show a table of all metrics?
This dark showcase layout has no table slot; the table led landscape board carries an eight row by four column table if you need one. For a benchmark with two secondary metrics, sentences in results work fine, and they force you to say which number actually matters.
Is a dark board right for a demo day?
Yes, that is what this layout exists for: a dark canvas with one bright chart carries across a demo floor better than a white board under bright screens. This example runs the indigo night theme; for a formal conference hall the same content works on any light theme without edits.
Where does the code link go?
The QR slot, and this board also spends its last conclusion point on it. For a systems audience, code and query set availability is part of the claim, so the link belongs on the board proper rather than only in the paper the QR resolves to.
Build your own in about a minute
The button below opens the generator with this use case already described. Change the wording to match your own, generate, then edit anything you like.
Make my computer science posterOther poster examples
Machine learning research poster
A model that detects diabetic retinopathy from smartphone fundus images, laid out as an A0 landscape board. It is built around the figure, which is what a machine learning poster usually needs, and the text does the two things these posters most often skip: it describes the split honestly, and it says plainly what the result does not show.
Nursing research poster
A ward based trial of four hourly against two hourly repositioning on high specification foam, laid out as an A0 landscape board in four columns. It reports both outcomes a nursing trial has to report: whether patients were harmed, and how much nursing time the change gives back.
Epidemiology poster
An epidemiology poster has three obligations: print the case definition, reconcile the records flow, and put the denominators where a reader can redo the division. This A0 landscape example does all three for a fictional five year Ross River virus registry study, with incidence by region in one chart and a rate ratio of 2.4 as the key number.
Want the steps in the builder? Read Add charts and diagrams, then change colours and fonts with themes. For everything this generator can do, see the poster maker.
Written and checked by the OneCraft team. Last checked .